home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / menu_pgm / _winfile / netmenu / netmenu.doc < prev    next >
Encoding:
Text File  |  1994-02-10  |  3.1 KB  |  61 lines

  1.                     N E T M E N U  D O C U M E N T A T I O N
  2.  
  3.    NetMENU is a handy Windows utility to assist network administrators in
  4. supporting Windows applications running on a file server.  Typically, Windows
  5. is installed on individual workstations which makes it extremely difficult to
  6. add new applications without visiting each user's desktop PC.  For LAN admin-
  7. istrators that support remote servers, this can be costly and time-consuming.
  8.  
  9.    NetMENU addresses this problem by providing a Program Manager - like menu
  10. which can be customized simply by editing an ASCII text file: NETMENU.INI. 
  11. The file looks something like the following:
  12.  
  13. [Network Applications]
  14.  
  15. C:\WINDOWS\WMCLOCK.EXE~C:\WINDOWS\WMCLOCK.BMP~WM Clock
  16. D:\VB\WMSTUFF\SYSINFO.EXE~C:\WINDOWS\SYSINFO.BMP~SysInfo
  17. D:\VB\WMSTUFF\BARCODE.EXE~C:\WINDOWS\BARCODE.BMP~WunderBAR
  18. C:\WINDOWS\EXTICON.EXE~C:\WINDOWS\EXTICON.BMP~Icon Extractor
  19. D:\VB\WAMPUM.EXE~C:\WINDOWS\WINWAMP.BMP~WAMPUM for Windows~C:\WAMPUM40\SAMPLE1
  20. D:\VB\WMSTUFF\WAVEPLAY.EXE~C:\WINDOWS\WAVEPLAY.BMP~Wave Player~D:\WAVE
  21. D:\VB\MEDIA\MEDIA.EXE~C:\WINDOWS\MEDIA.BMP~Media Player~D:\VB\MEDIA
  22.  
  23.    The first line in the .INI file must be [Network Applications].  Blank
  24. lines after the first line are ignored so they may be added to improve reada-
  25. bility if desired.  Up to 9 programs can be displayed on a NetMENU.  Each is
  26. represented by a single line of commands in the .INI file.  The order of the
  27. items on the line is important.  Individual items on the line are separated
  28. by tildes (~).  Here are the items which MUST appear on the line:
  29.  
  30.   1.  Complete program name to run (can be .EXE, .COM, or .PIF)
  31.   2.  The icon to display on the NetMENU (can be .BMP or .ICO)
  32.   3.  The descriptive heading to display under the icon on the menu
  33.  
  34. Optionally, you may include a fourth item:
  35.   
  36.   4.  The default drive and directory to select when running the application
  37.  
  38. REMEMBER TO SEPARATE EACH ITEM FROM THE NEXT WITH A TILDE (~) OR EXPECT SMOKE!
  39.  
  40.   You're probably asking, "How do I extract the icon from a Windows program?"
  41. The answer is another great little utility program called Icon Extractor. It
  42. also is available as shareware.  The ZIP file name is typically EXTICON.ZIP.
  43. With this software, you can extract an icon from any Windows program and
  44. save it as a .BMP image.  Use this image file name for item 2 above.
  45.  
  46.   Finally, there may be occasions when you need multiple menus for a single
  47. user.  NetMENU supports multiple iterations of itself so long as each one has
  48. a different .EXE file name.  Rename NETMENU.EXE as NETMENU1.EXE and create a
  49. new NETMENU1.INI file.  You can have NETMENU1 through NETMENU9.
  50.  
  51.   The size of the NetMENU adjusts depending upon the number of programs in
  52. your .INI file.  These are arranged vertically in multiples of 3.
  53.  
  54.   If you find NetMENU useful, the registration fee is a modest $20. For those
  55. desiring to use the software in a business environment, you may order a site
  56. license for a single network server for $100. A registration form is included
  57. as REGISTER.DOC to facilitate your registration.  We accept VISA/MasterCard.
  58.  
  59.   Thanks for your support.  Enjoy!
  60.  
  61.